Package pl. wendigo. chrome. api. storage
Contains DevTools Protocol Storage domain implementation accessible via StorageDomain class.
Types
CacheStorageContentUpdatedEvent
Link copied to clipboard
data class CacheStorageContentUpdatedEvent(origin: String, cacheName: String) : Event
Content copied to clipboard
CacheStorageListUpdatedEvent
Link copied to clipboard
ClearCookiesRequest
Link copied to clipboard
ClearDataForOriginRequest
Link copied to clipboard
data class ClearDataForOriginRequest(origin: String, storageTypes: String)
Content copied to clipboard
Represents request frame that can be used with Storage#clearDataForOrigin operation call.
GetCookiesRequest
Link copied to clipboard
GetCookiesResponse
Link copied to clipboard
GetTrustTokensResponse
Link copied to clipboard
GetUsageAndQuotaRequest
Link copied to clipboard
GetUsageAndQuotaResponse
Link copied to clipboard
data class GetUsageAndQuotaResponse(usage: Double, quota: Double, overrideActive: Boolean, usageBreakdown: List<UsageForType>)
Content copied to clipboard
Represents response frame that is returned from Storage#getUsageAndQuota operation call.
IndexedDBContentUpdatedEvent
Link copied to clipboard
data class IndexedDBContentUpdatedEvent(origin: String, databaseName: String, objectStoreName: String) : Event
Content copied to clipboard
IndexedDBListUpdatedEvent
Link copied to clipboard
OverrideQuotaForOriginRequest
Link copied to clipboard
data class OverrideQuotaForOriginRequest(origin: String, quotaSize: Double?)
Content copied to clipboard
Represents request frame that can be used with Storage#overrideQuotaForOrigin operation call.
SetCookiesRequest
Link copied to clipboard
data class SetCookiesRequest(cookies: List<CookieParam>, browserContextId: BrowserContextID?)
Content copied to clipboard
Represents request frame that can be used with Storage#setCookies operation call.
StorageDomain
Link copied to clipboard
StorageType
Link copied to clipboard
TrackCacheStorageForOriginRequest
Link copied to clipboard
TrackIndexedDBForOriginRequest
Link copied to clipboard
TrustTokens
Link copied to clipboard
UntrackCacheStorageForOriginRequest
Link copied to clipboard
UntrackIndexedDBForOriginRequest
Link copied to clipboard
UsageForType
Link copied to clipboard